home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
setbpt.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
1KB
|
67 lines
setbpt(1) Scilab Function setbpt(1)
NAME
setbpt - setting breakpoints
CALLING SEQUENCE
setbpt(macro-name [,line-num])
PARAMETERS
macro-name
: string
line-num : integer
DESCRIPTION
setbpt interactively inserts a breakpoint in the line number line-num
(default value is 1) of the function macro-name
When reaching the breakpoint, Scilab evaluates the specified line , prints
the number of the line and the name of the function. If the function is not
compiled ( see comp ) the line is printed on the screen. Then Scilab goes
into a pause mode in which the user can check current values. The pause is
exited with resume or abort. Redefining the function does not clear the
breakpoints, the user must explicitly delete breakpoints using delbpt. The
maximum number of functions with breakpoints enabled must be less than 20
and the maximum number of breakpoints is set to 100.
SEE ALSO
delbpt, dispbpt, pause, resume